Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
The ID of the project
"my_entity/my_project"
The digest of the table to query
"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"
Optional filter to apply to the query. See TableRowFilter
for more details.
{
"row_digests": [
"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims",
"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"
]
}
Maximum number of rows to return
100
Number of rows to skip before starting to return rows
10
List of fields to sort by. Fields can be dot-separated to access dictionary values. No sorting uses the default table order (insertion order).
[
{ "field": "col_a.prop_b", "order": "desc" }
]
Response
Successful Response